home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / netpar.zip / NETPARSE.DOC next >
Text File  |  1991-07-07  |  6KB  |  136 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.  NETPARSE, A Compression / Database Preparation Utility for Novell Netware(tm)
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5.    NETPARSE, (C)opyright 1991, Suncoast Software Systems and Charles Dittell
  6.  
  7.                          Version 2.1, Released 7/07/91
  8.  
  9.  
  10. INTRODUCTION
  11. ------------
  12.  
  13. Netparse is a utility designed to enable Network Administrators create more
  14. useful information from Novell Netware's activities reporting processes. It
  15. creates an output file which contains only relevant data; extraneous
  16. expressions such as "from", "by", etc., are deleted, and the output is
  17. formatted for use in almost any database. Multiword fields are connected
  18. by underlines (as "Intruder_Lockout"). Netparse may be called from a
  19. batch file or a configuration file, and includes appropriate file locking.
  20.  
  21.  
  22. REGISTRATION
  23. ------------
  24.  
  25. Fill out the accompanying registration form, enclose check or money order,
  26. and send to the address listed: in return, you will receive the registration
  27. "code" to fully register Netparse. You will also receive a receipt in order
  28. to comply with appropriate copyright/shareware registration proof. Suncoast
  29. Software Systems WILL attempt to determine unregistered use of Netparse (after
  30. a 45-day trial period of use). The registration fee is certainly reasonable,
  31. and you will become eligible for the latest versions of Netparse and related
  32. utilities. Your registration will also (1) deactivate the nasty sounds and
  33. "Not Registered" message in Netparse, and (2) 
  34.  
  35.  
  36. INSTALLATION
  37. ------------
  38.  
  39. Netparse has been designed to use a file created by redirecting the output
  40. from Novell Netware's activities logging program, Paudit(tm). In order to
  41. create this file, the following command line (or batch file command) is
  42. utilized:
  43.  
  44.             PAUDIT > NET.LOG
  45.  
  46. (See your Netware Administrator's Manual for further Paudit information)
  47. You may name your log file the name of your choice ("net.log" seems ok to me).
  48. Place Netparse.exe in the SAME DIRECTORY as your log file; call Netparse
  49. directly or through a batch file. The following (optional) switches are
  50. supported:
  51.  
  52.   /a   Append the information to an existing file with the same name
  53.        (if one exists)
  54.  
  55.   /o   Overwrite a previous file with the same name (if one exists)
  56.  
  57.   /"c" (Where c is any ascii character) Separator between fields
  58.  
  59. Defaults are to overwrite any existing output file (equivalent to /O) and
  60.  a space as field separator (equivalent to /" ").
  61.  
  62. Some examples:
  63.  
  64.   netparse net.log net.out /a /","
  65.     (creates or appends data to net.out from net.log; uses comma as
  66.      field separator)
  67.  
  68.   netparse net.log database.out
  69.     (no switches: creates database.out, overwriting database.out if one exists,
  70.      uses the default of space as field separator)
  71.  
  72.  
  73. You may choose to use NetParse's configuration file; copy the enclosed
  74. netparse.xxx to netparse.cfg ("copy netparse.xxx netparse.cfg"), and
  75. using an ascii text editor, add your parameters. These parameters are:
  76.  
  77.   Input filename 
  78.   Output filename
  79.   Overwrite or append existing output file (if one exists)
  80.   Field separation character
  81.   Change characters from
  82.   Change characters to
  83.  
  84. The last two parameters are available only through the configuration file.
  85. They allow you to change one group of characters from your input file to
  86. another group. For example you may want to abbreviate "SUPERVISOR" to
  87. "SPRVSR". This "search and replace" function can reduce your output file
  88. size. You may want to use your name instead of "SUPERVISOR" but do NOT use
  89. spaces. Use, for instance, John_Smith for your name.
  90.  
  91. You should not use quotes in the configuration file.
  92.  
  93.  
  94. USE
  95. ---
  96.  
  97. The primary use of Netparse is to prepare Paudit's log information for
  98. effective use in a database environment. The following fields are provided:
  99.  
  100.          Date   Time   LAN_Name   User   Action   Net_Address
  101.  
  102. As mentioned above, field separators may be chosen by you; the default is a
  103. space. Output from PAudit is a series of three-line "records", so Netparse
  104. can not be used with other activities logging programs. If you have an 
  105. interest in using the Netparse concept with other activities files, contact
  106. the author (Charles Dittell) at the address in the registration form for
  107. assistance. 
  108.  
  109.  
  110.  
  111. ASSISTANCE
  112. ----------
  113.  
  114. Questions, comments, suggestions, problems and frustrations may be shared by
  115. calling the Netparse Support BBS, Suncoast City BBS, 813-953-5505, leaving a
  116. message for the SysOp in the "Suncoast Software Systems Support" Message Area.
  117. The newest version of Netparse will be available (even to unregistered users
  118. and first time callers) in the "Suncoast Software Systems" files area (the
  119. only one available to first-time callers). Current compressed file name is
  120. Netpar21.zip.
  121.  
  122.  
  123. HISTORY
  124. -------
  125. 7/07/91  ver 2.1; minor changes, not noticeable to user
  126. 5/28/91  ver 2.0; added netparse.cfg option
  127. 5/18/91  ver 1.6; now skips empty lines (usually top line)
  128. 5/16/91  ver 1.5; first release to the general public. Streamlined switch
  129.                   selection
  130.  
  131. 5/10/91  versions 1.0 to 1.4; development/beta-testing/gamma-use phase
  132.  
  133. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  134.                  BBS Support: Suncoast City BBS, 813-953-5505
  135. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  136.